翻訳と辞書
Words near each other
・ Column of Marcus Aurelius
・ Column of Pedro IV
・ Column of Phocas
・ Column of Santa Felicita, Florence
・ Column of the Goddess
・ Column of the Goths
・ Column of the Grande Armée
・ Column of the Immaculate Conception, Rome
・ Column of the Vicariate
・ Column of the Virgin Mary Immaculate in Kutná Hora
・ Column Rock
・ Column South
・ Column still
・ Column wave
・ Column X
Column-oriented DBMS
・ Columna
・ Columna (gastropod)
・ Columna Lactaria
・ Columna leai
・ Columna Libertaria Joaquin Penina
・ Columnar (disambiguation)
・ Columnar epithelial cell
・ Columnar jointing
・ Columnar phase
・ Columnar Valley
・ Columnaria
・ Columnarios
・ Columnaris
・ Columnea


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Column-oriented DBMS : ウィキペディア英語版
Column-oriented DBMS

A column-oriented DBMS is a database management system (DBMS) that stores data tables as sections of columns of data rather than as rows of data. In comparison, most relational DBMSs store data in rows. This column-oriented DBMS has advantages for data warehouses, clinical data analysis, customer relationship management (CRM) systems, and library card catalogs, and other ad hoc inquiry systems where aggregates are computed over large numbers of similar data items.
It is possible to achieve some of the benefits of column-oriented and row-oriented organization with any DBMSs. Denoting one as column-oriented refers to both the ease of expression of a column-oriented structure and the focus on optimizations for column-oriented workloads.〔〔(A decomposition storage model ), Copeland, George P. and Khoshafian, Setrag N., SIGMOD '85, 1985.〕 This approach is in contrast to row-oriented or row store databases and with correlation databases, which use a value-based storage structure.
Column-oriented storage is closely related to database normalization due to the way it restricts the database schema design. However, it was often found to be too restrictive in practice, and thus many column-oriented databases such as Google's BigTable do allow "column groups" to avoid frequently needed joins.
==Description==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Column-oriented DBMS」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.